func flag.newBoolValue
3 uses
flag (current package)
flag.go#L111: func newBoolValue(val bool, p *bool) *boolValue {
flag.go#L632: f.Var(newBoolValue(value, p), name, usage)
flag.go#L638: CommandLine.Var(newBoolValue(value, p), name, usage)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)